home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / lex4039p.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  23.6 KB  |  676 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe PostScript(R) Printer Description File
  3. *% For Lexmark 4039 LaserPrinter plus
  4. *% For use with Windows NT
  5. *% Produced by Lexmark International, Inc.
  6. *%
  7. *% Copyright (c) 1993-1998 Lexmark International Inc.  All Rights Reserved.
  8. *% Permission is granted for redistribution of this file as
  9. *% long as this copyright notice is intact and the content
  10. *% of the file is not altered in any way from its original form.
  11. *%
  12.  
  13. *FormatVersion: "4.2"
  14. *FileVersion: "1.5"
  15. *LanguageVersion: English
  16. *PCFileName: "LEX4039P.PPD"
  17. *Product: "(Lexmark 4039 LaserPrinter plus)"
  18. *PSVersion: "(2014)"
  19. *ModelName: "Lexmark 4039 LaserPrinter plus"
  20. *ShortNickName: "Lexmark 4039 plus PS"
  21. *NickName: "Lexmark 4039 plus PS"
  22.  
  23. *% === Options and Constraints ============
  24.  
  25. *OpenGroup: InstallableOptions/Options Installed
  26.  
  27. *OpenUI *Option1/Duplexer: Boolean
  28. *DefaultOption1: False
  29. *Option1 True/Installed: ""
  30. *Option1 False/Not Installed: ""
  31. *CloseUI: *Option1
  32.  
  33. *OpenUI *Option2/Lower Tray: Boolean
  34. *DefaultOption2: False
  35. *Option2 True/Installed: ""
  36. *Option2 False/Not Installed: ""
  37. *CloseUI: *Option2
  38.  
  39. *OpenUI *Option3/Envelope Feeder: Boolean
  40. *DefaultOption3: False
  41. *Option3 True/Installed: ""
  42. *Option3 False/Not Installed: ""
  43. *CloseUI: *Option3
  44.  
  45. *OpenUI *Option4/Flash Memory Card: Boolean
  46. *DefaultOption4: False
  47. *Option4 True/Installed: ""
  48. *Option4 False/Not Installed: ""
  49. *CloseUI: *Option4
  50.  
  51. *OpenUI *Option5/Printer Hard Disk: Boolean
  52. *DefaultOption5: False
  53. *Option5 True/Installed: ""
  54. *Option5 False/Not Installed: ""
  55. *CloseUI: *Option5
  56.  
  57. *OpenUI *InstalledMemory/Printer Memory: PickOne
  58. *DefaultInstalledMemory: 2Meg
  59. *InstalledMemory 2Meg/2 MB Printer Memory: ""
  60. *InstalledMemory 4Meg/4 MB Printer Memory: ""
  61. *InstalledMemory 6Meg/6 MB Printer Memory: ""
  62. *InstalledMemory 8Meg/8 MB Printer Memory: ""
  63. *InstalledMemory 10Meg/10 MB Printer Memory: ""
  64. *InstalledMemory 12Meg/12 MB Printer Memory: ""
  65. *InstalledMemory 16Meg/16 MB Printer Memory: ""
  66. *CloseUI: *InstalledMemory
  67.  
  68. *CloseGroup: InstallableOptions
  69.  
  70. *UIConstraints: *Option1 False *Duplex
  71. *UIConstraints: *Option2 False *InputSlot Lower
  72. *UIConstraints: *Option2 False *TraySwitch True
  73. *UIConstraints: *Option3 False *InputSlot Envelope
  74.  
  75. *% === Basic Capabilities ============
  76.  
  77. *ColorDevice: False
  78.  
  79. *LanguageLevel: "2"
  80. *Protocols: PJL TBCP
  81. *FreeVM:            "376000"
  82. *VMOption 2Meg:     "376000"
  83. *VMOption 4Meg:     "728000"
  84. *VMOption 6Meg:     "828000"
  85. *VMOption 8Meg:     "1032000"
  86. *VMOption 10Meg:    "1032000"
  87. *VMOption 12Meg:    "1237000"
  88. *VMOption 16Meg:    "1647000"
  89. *DefaultColorSpace: Gray
  90. *VariablePaperSize: True
  91. *Throughput: "8"
  92. *Password: "0"
  93. *ExitServer: "
  94.  count 0 eq   % is the password on the stack?
  95.  { true }
  96.  { dup        % potential password
  97.    statusdict /checkpassword get exec not
  98.  } ifelse
  99.  {  %  if no password or not valid
  100.    (WARNING : Cannot perform the exitserver command.) =
  101.    (Password supplied is not valid.) =
  102.    (Please contact the author of this software.) = flush
  103.    quit
  104.  } if
  105.  serverdict /exitserver get exec
  106.  "
  107. *End
  108. *Reset: "
  109.  count 0 eq  % is the password on the stack?
  110.  { true }
  111.  { dup      % potential password
  112.    statusdict /checkpassword get exec not
  113.  } ifelse
  114.  {  %  if no password or not valid
  115.    (WARNING : Cannot reset printer.) =
  116.    (Password supplied is not valid.) =
  117.    (Please contact the author of this software.) = flush
  118.    quit
  119.  } if
  120.  serverdict /exitserver get exec
  121.  systemdict /quit get exec
  122.  (WARNING : Printer Reset Failed.) = flush
  123.  "
  124. *End
  125.  
  126. *% === Job Control Language ==
  127.  
  128. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  129. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = Postscript <0A>"
  130. *JCLEnd: "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"
  131.  
  132. *LXPrtFamilyID:     "8"
  133.  
  134. *% === Resolution ============
  135.  
  136. *OpenUI *Resolution/Resolution:  PickOne
  137. *DefaultResolution: 300dpi
  138. *OrderDependency: 10 AnySetup *Resolution
  139. *Resolution 300dpi/300 dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  140. *Resolution 600dpi/600 dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  141. *?Resolution: "
  142.  save
  143.  currentpagedevice /HWResolution get 0 get
  144.  (     ) cvs print (dpi) = flush
  145.  restore
  146.  "
  147. *End
  148. *CloseUI: *Resolution
  149.  
  150. *OpenUI *Smoothing/Smoothing: PickOne
  151. *DefaultSmoothing: PrtSet
  152. *OrderDependency: 40 AnySetup *Smoothing
  153. *Smoothing PrtSet/Printer Setting: ""
  154. *Smoothing True/On:  "
  155.  1 dict dup /PostRenderingEnhanceDetails 1 dict dup /REValue 2 put put setpagedevice"
  156. *End
  157. *Smoothing False/Off: "
  158.  1 dict dup /PostRenderingEnhanceDetails 1 dict dup /REValue 0 put put setpagedevice"
  159. *End
  160. *?Smoothing: "
  161.  save
  162.  currentpagedevice /PostRenderingEnhanceDetails get /REValue get
  163.  dup 3 gt{pop 4}if [(False)(True)(True)(True)(Unknown)] exch get = flush
  164.  restore
  165.  "
  166. *End
  167. *CloseUI: *Smoothing
  168.  
  169. *% === Halftone Information ===============
  170.  
  171. *ScreenFreq: "60.0"
  172. *ScreenAngle: "45.0"
  173. *DefaultScreenProc: Dot
  174. *ScreenProc Dot: "
  175.  {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  176.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  177.  "
  178. *End
  179. *ScreenProc Line: "{ pop }"
  180. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  181.  
  182. *DefaultTransfer: Factory
  183. *Transfer Factory: "
  184.  { statusdict begin doenhancedhalftone resolution end 600 eq and
  185.   { dup 0.28 lt
  186.     { 0.6 exp 1.2 mul }
  187.     { dup mul .478426 mul .521574 add }
  188.     ifelse
  189.   }
  190.   { 0.85 exp }
  191.   ifelse }"
  192. *End
  193. *Transfer Factory.Inverse: "
  194.  { statusdict begin doenhancedhalftone resolution end 600 eq and
  195.   { dup 0.28 lt
  196.     { 0.6 exp 1.2 mul }
  197.     { dup mul .478426 mul .521574 add }
  198.     ifelse
  199.   }
  200.   { 0.85 exp }
  201.   ifelse
  202.   1 exch sub }"
  203. *End
  204.  
  205. *% === Paper Handling ===================
  206.  
  207. *LandscapeOrientation: Plus90
  208.  
  209. *% These entries will set up the frame buffer.
  210. *% Usually used with AutoSelect input slot.
  211. *OpenUI *PageSize:  PickOne
  212. *OrderDependency: 30 AnySetup *PageSize
  213. *DefaultPageSize: Letter
  214. *PageSize Letter/Letter: "
  215.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  216.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  217. *End
  218. *PageSize Legal/Legal: "
  219.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  220.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  221. *End
  222. *PageSize Executive/Executive: "
  223.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  224.  2 dict dup /PageSize [522 756]  put dup /ImagingBBox null put setpagedevice"
  225. *End
  226. *PageSize A4/A4: "
  227.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  228.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  229. *End
  230. *PageSize A5/A5: "
  231.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  232.  2 dict dup /PageSize [419 595]  put dup /ImagingBBox null put setpagedevice"
  233. *End
  234. *PageSize B5/B5: "
  235.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  236.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  237. *End
  238. *PageSize Monarch/Monarch Envelope: "
  239.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  240.  2 dict dup /PageSize [279 540]  put dup /ImagingBBox null put setpagedevice"
  241. *End
  242. *PageSize C9/C9 Envelope: "
  243.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  244.  2 dict dup /PageSize [279 639]  put dup /ImagingBBox null put setpagedevice"
  245. *End
  246. *PageSize Comm10/C10 Envelope: "
  247.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  248.  2 dict dup /PageSize [297 684]  put dup /ImagingBBox null put setpagedevice"
  249. *End
  250. *PageSize DL/DL Envelope: "
  251.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  252.  2 dict dup /PageSize [312 624]  put dup /ImagingBBox null put setpagedevice"
  253. *End
  254. *PageSize C5/C5 Envelope: "
  255.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  256.  2 dict dup /PageSize [459 649]  put dup /ImagingBBox null put setpagedevice"
  257. *End
  258. *PageSize ISOB5/B5 Envelope: "
  259.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  260.  2 dict dup /PageSize [499 709]  put dup /ImagingBBox null put setpagedevice"
  261. *End
  262. *PageSize Envelope.612.1008/Other Envelope: "
  263.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  264.  2 dict dup /PageSize [612 996] put dup /ImagingBBox null put setpagedevice"
  265. *End
  266. *?PageSize: "
  267.  save
  268.  13 dict
  269.    dup /letter (Letter) put
  270.    dup /legal (Legal) put
  271.    dup /executivepage (Executive) put
  272.    dup /a4 (A4) put
  273.    dup /a5 (A5) put
  274.    dup /b5 (B5) put
  275.    dup /3.875x7.5envelope (Monarch) put
  276.    dup /3.875x8.875envelope (C9) put
  277.    dup /4.125x9.5envelope (Comm10) put
  278.    dup /110x220envelope (DL) put
  279.    dup /162x229envelope (C5) put
  280.    dup /176x250envelope (Envelope.499.709) put
  281.    dup /otherenvelope (Envelope.612.996) put
  282.  statusdict /papersize get exec
  283.  3 1 roll  {get} stopped {(Unknown)}if
  284.  exch  not { print (.Transverse) }if
  285.  = flush
  286.  restore
  287.  "
  288. *End
  289. *CloseUI: *PageSize
  290.  
  291. *% These entries will set up the frame buffer.
  292. *% Usually used with input slots other than AutoSelect.
  293. *OpenUI *PageRegion:  PickOne
  294. *OrderDependency: 40 AnySetup *PageRegion
  295. *DefaultPageRegion: Letter
  296. *PageRegion Letter/Letter: "
  297.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  298. *End
  299. *PageRegion Legal/Legal: "
  300.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  301. *End
  302. *PageRegion Executive/Executive: "
  303.  2 dict dup /PageSize [522 756]  put dup /ImagingBBox null put setpagedevice"
  304. *End
  305. *PageRegion A4/A4: "
  306.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  307. *End
  308. *PageRegion A5/A5: "
  309.  2 dict dup /PageSize [419 595]  put dup /ImagingBBox null put setpagedevice"
  310. *End
  311. *PageRegion B5/B5: "
  312.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  313. *End
  314. *PageRegion Monarch/Monarch Envelope: "
  315.  2 dict dup /PageSize [279 540]  put dup /ImagingBBox null put setpagedevice"
  316. *End
  317. *PageRegion C9/C9 Envelope: "
  318.  2 dict dup /PageSize [279 639]  put dup /ImagingBBox null put setpagedevice"
  319. *End
  320. *PageRegion Comm10/C10 Envelope: "
  321.  2 dict dup /PageSize [297 684]  put dup /ImagingBBox null put setpagedevice"
  322. *End
  323. *PageRegion DL/DL Envelope: "
  324.  2 dict dup /PageSize [312 624]  put dup /ImagingBBox null put setpagedevice"
  325. *End
  326. *PageRegion C5/C5 Envelope: "
  327.  2 dict dup /PageSize [459 649]  put dup /ImagingBBox null put setpagedevice"
  328. *End
  329. *PageRegion ISOB5/B5 Envelope: "
  330.  2 dict dup /PageSize [499 709]  put dup /ImagingBBox null put setpagedevice"
  331. *End
  332. *PageRegion Envelope.612.1008/Other Envelope: "
  333.  2 dict dup /PageSize [612 996] put dup /ImagingBBox null put setpagedevice"
  334. *End
  335. *CloseUI: *PageRegion
  336.  
  337. *DefaultImageableArea: Letter
  338. *ImageableArea Letter:    "18 17 597 776"
  339. *ImageableArea Legal:     "18 18 597 992"
  340. *ImageableArea Executive: "18 18 505 740"
  341. *ImageableArea A4:        "10 19 588 827"
  342. *ImageableArea A5:        "18 13 405 580"
  343. *ImageableArea B5:        "18 18 505 711"
  344. *ImageableArea Monarch:   "18 13 260 526"
  345. *ImageableArea C9:        "18 14 260 623"
  346. *ImageableArea Comm10:    "18 15 278 668"
  347. *ImageableArea DL:        "18 14 293 608"
  348. *ImageableArea C5:        "18 13 440 634"
  349. *ImageableArea ISOB5:     "18 13 480 693"
  350. *ImageableArea Envelope.612.1008: "18 18 593 992"
  351. *?ImageableArea: "
  352.  save
  353.  /cvp { cvi (            ) cvs print ( ) print } bind def
  354.  newpath clippath pathbbox
  355.  4 -2 roll exch 2 {ceiling cvp} repeat
  356.  exch 2 {floor cvp} repeat flush
  357.  restore
  358.  "
  359. *End
  360.  
  361. *% These provide the physical dimensions of the paper (by keyword)
  362. *DefaultPaperDimension: Letter
  363. *PaperDimension Letter:    "612 792"
  364. *PaperDimension Legal:     "612 1008"
  365. *PaperDimension Executive: "522 756"
  366. *PaperDimension A4:        "595 842"
  367. *PaperDimension A5:        "420 595"
  368. *PaperDimension B5:        "516 729"
  369. *PaperDimension Monarch:   "279 540"
  370. *PaperDimension C9:        "279 639"
  371. *PaperDimension Comm10:    "297 684"
  372. *PaperDimension DL:        "312 624"
  373. *PaperDimension C5:        "459 649"
  374. *PaperDimension ISOB5:     "499 709"
  375. *PaperDimension Envelope.612.1008: "612 996"
  376.  
  377. *RequiresPageRegion All: True
  378. *OpenUI *InputSlot:  PickOne
  379. *OrderDependency: 20 AnySetup *InputSlot
  380. *DefaultInputSlot: Unknown
  381. *InputSlot Upper/Upper Tray: "
  382.  1 dict dup /ManualFeed false put setpagedevice
  383.  currentpagedevice /InputAttributes get 0 get setpagedevice
  384.  1 dict dup /InputAttributes 1 dict dup /Priority [0] put put setpagedevice
  385.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
  386. *End
  387. *InputSlot Lower/Lower Tray: "
  388.  1 dict dup /ManualFeed false put setpagedevice
  389.  userdict /lms statusdict /optionalfeeder get exec { 1 }{ 0 }ifelse put
  390.  currentpagedevice /InputAttributes get lms get setpagedevice
  391.  1 dict dup /InputAttributes 1 dict dup /Priority [lms] put put setpagedevice
  392.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
  393. *End
  394. *InputSlot Envelope/Envelope Feeder: "
  395.  statusdict /envelopefeeder get exec
  396.  { 1 dict dup /ManualFeed false put setpagedevice
  397.    1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  398.    1 dict dup/InputAttributes 1 dict dup /Priority[2] put put setpagedevice }
  399.  { 1 dict dup /ManualFeed true put setpagedevice }ifelse"
  400. *End
  401. *InputSlot EnvelopeManual/Manual Envelope: "
  402.  1 dict dup /ManualFeed true  put setpagedevice
  403.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
  404. *End
  405. *?InputSlot: "
  406.  save
  407.  [ (Upper) (Lower) (Envelope) (Manual) (ManualEnvelope) ] statusdict /papertray get exec
  408.  {get exec} stopped { pop pop (Unknown) } if = flush
  409.  restore
  410.  "
  411. *End
  412. *CloseUI: *InputSlot
  413.  
  414. *OpenUI *ManualFeed/Manual Paper: Boolean
  415. *OrderDependency: 15 AnySetup *ManualFeed
  416. *DefaultManualFeed: False
  417. *ManualFeed True/On:  "1 dict dup /ManualFeed true  put setpagedevice"
  418. *ManualFeed False/Off: "1 dict dup /ManualFeed false put setpagedevice"
  419. *?ManualFeed: "
  420.  save
  421.  currentpagedevice /ManualFeed get {(True)}{(False)}ifelse = flush
  422.  restore
  423.  "
  424. *End
  425. *CloseUI: *ManualFeed
  426.  
  427. *OpenUI *TraySwitch/Tray Linking: PickOne
  428. *OrderDependency: 50 AnySetup *TraySwitch
  429. *DefaultTraySwitch: PrtSet
  430. *TraySwitch PrtSet/Printer Setting:  ""
  431. *TraySwitch True/On:  "1 dict dup /TraySwitch true  put setpagedevice"
  432. *TraySwitch False/Off: "1 dict dup /TraySwitch false put setpagedevice"
  433. *?TraySwitch: "
  434.  save
  435.  currentpagedevice /TraySwitch get {(True)}{(False)}ifelse = flush
  436.  restore
  437.  "
  438. *End
  439. *CloseUI: *TraySwitch
  440.  
  441. *DefaultOutputOrder: Normal
  442. *OutputOrder Normal: ""
  443. *OutputOrder Reverse: ""
  444.  
  445. *OpenUI *Duplex/Duplex: PickOne
  446. *DefaultDuplex: None
  447. *Duplex None/Simplex: "1 dict dup /Duplex false put setpagedevice"
  448. *Duplex DuplexNoTumble/Duplex - Long Edge: "
  449.  statusdict /duplexer get exec
  450.   { 2 dict dup /Duplex true put dup /Tumble false put setpagedevice }
  451.   { 1 dict dup /Duplex false put setpagedevice }
  452.   ifelse
  453.  "
  454. *End
  455. *Duplex DuplexTumble/Duplex - Short Edge: "
  456.  statusdict /duplexer get exec
  457.  { 2 dict dup /Duplex true put dup /Tumble true put setpagedevice }
  458.  { 1 dict dup /Duplex false put setpagedevice }
  459.  ifelse
  460.  "
  461. *End
  462. *?Duplex: "
  463.  save
  464.  currentpagedevice /Duplex get {(True)}{(False)}ifelse = flush
  465.  restore
  466.  "
  467. *End
  468. *CloseUI: *Duplex
  469.  
  470. *% === Font Information ==========================================
  471.  
  472. *DefaultFont: Courier
  473. *Font Courier: Standard "(001.000)" Standard ROM
  474. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  475. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  476. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  477. *Font Times-Roman: Standard "(001.000)" Standard ROM
  478. *Font Times-Bold: Standard "(001.000)" Standard ROM
  479. *Font Times-Italic: Standard "(001.000)" Standard ROM
  480. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  481. *Font Helvetica: Standard "(001.000)" Standard ROM
  482. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  483. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  484. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  485. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  486. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  487. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  488. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  489. *Font Symbol: Special "(001.000)" Standard ROM
  490. *Font AvantGarde-Book: Standard "(001.000)" Standard ROM
  491. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  492. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  493. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  494. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  495. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  496. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  497. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  498. *Font Helvetica-Light: Standard "(001.000)" Standard ROM
  499. *Font Helvetica-LightOblique: Standard "(001.000)" Standard ROM
  500. *Font Helvetica-Black: Standard "(001.000)" Standard ROM
  501. *Font Helvetica-BlackOblique: Standard "(001.000)" Standard ROM
  502. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  503. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  504. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  505. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  506. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  507. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  508. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  509. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  510. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  511. *Font ZapfDingbats: Special "(001.000)" Special ROM
  512. *?FontQuery: "
  513.  save
  514.  4 dict begin
  515.   /sv exch def
  516.   /str (fonts/                              ) def
  517.   /st2 128 string def
  518.   { count 0 gt
  519.    { dup st2 cvs (/) print print (:) print dup FontDirectory exch known
  520.     {pop (Yes)}
  521.     { str exch st2 cvs dup length /len exch def
  522.      6 exch putinterval str 0 len 6 add getinterval mark exch
  523.      { } st2 filenameforall counttomark 0 gt
  524.      { cleartomark (Yes)}{cleartomark (No)}ifelse
  525.     }ifelse = flush
  526.    }{ exit } ifelse
  527.   } bind loop
  528.   (*) = flush
  529.   sv
  530.  end
  531.  restore
  532.  "
  533. *End
  534.  
  535. *?FontList: "
  536.  save
  537.  2 dict begin
  538.   /sv exch def
  539.   /str 128 string def
  540.   FontDirectory { pop == } bind forall flush
  541.   /filenameforall where
  542.   { pop save (fonts/*)
  543.    { dup length 6 sub 6 exch getinterval cvn == } bind
  544.    str filenameforall flush restore
  545.   } if
  546.   (*) = flush
  547.   sv
  548.  end
  549.  restore
  550.  "
  551. *End
  552.  
  553. *% Printer Messages (verbatim from printer):
  554. *Message: "%%  exitserver: permanent state may be changed  %%"
  555. *Message: "%%  Flushing: rest of job (to end-of-file) will be ignored  %%"
  556. *Message: "\FontName\ not found, using Courier"
  557.  
  558. *% Status (format: %%  status: <one of these> %% )
  559. *Status: "Printer Busy"
  560. *Status: "Warming Up"
  561. *Status: "idle"
  562. *Status: "busy"
  563. *Status: "waiting"
  564. *Status: "initializing"
  565. *Status: "not ready"
  566.  
  567. *% Input Sources (format: %%  status: <stat>; source: <one of these>  %% )
  568. *Source: "Serial"
  569. *Source: "Parallel"
  570. *Source: "Network"
  571.  
  572. *% Printer Error (format: %%  PrinterError: <one of these>  %%)
  573. *PrinterError: "Paper Jam"
  574. *PrinterError: "Wrong Paper Length"
  575. *PrinterError: "Invalid Manual Insertion"
  576. *PrinterError: "Change Size in Feeder"
  577. *PrinterError: "Change Size in Tray 1"
  578. *PrinterError: "Change Size in Tray 2"
  579. *PrinterError: "Paper Out or Feed Failure - Feed"
  580. *PrinterError: "Load Manual Envelope"
  581. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  582. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  583. *PrinterError: "Load Manual Paper"
  584. *PrinterError: "Output Bin Full"
  585. *PrinterError: "Cover Open/Cartridge Not Installed"
  586. *PrinterError: "Insufficient Memory"
  587. *PrinterError: "Complex Page"
  588. *PrinterError: "Default Storage Error"
  589. *PrinterError: "Defective Font Card Installed"
  590. *PrinterError: "Flash Full"
  591. *PrinterError: "ioerror"
  592. *PrinterError: "Flash Error"
  593. *PrinterError: "Duplex Not Attached"
  594. *PrinterError: "Duplex Cover Open"
  595. *PrinterError: "Scheduled Maintenance"
  596. *PrinterError: "Toner Low"
  597. *PrinterError: "Service Error"
  598.  
  599. *%DeviceAdjustMatrix: " 1 0 0 1 0 0 "
  600.  
  601. *% === Color Separation Information =====================
  602.  
  603. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  604.  
  605. *InkName: ProcessBlack/Process Black
  606. *InkName: CustomColor/Custom Color
  607. *InkName: ProcessCyan/Process Cyan
  608. *InkName: ProcessMagenta/Process Magenta
  609. *InkName: ProcessYellow/Process Yellow
  610.  
  611. *%  For 60 lpi / 300 dpi  ===============================
  612.  
  613. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  614. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  615. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  616. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  617. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  618.  
  619. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  620. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  621. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  622. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  623. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  624.  
  625. *%  For 53 lpi / 300 dpi  ===============================
  626.  
  627. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  628. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  629. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  630. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  631. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  632.  
  633. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  634. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  635. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  636. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  637. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  638.  
  639. *%  For 85 lpi / 600 dpi  5,5,2,6,6,2,20/3,0) =====================
  640.  
  641. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  642. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  643. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  644. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  645. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  646.  
  647. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  648. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  649. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  650. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  651. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  652.  
  653. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  654.  {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  655.  1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  656.  abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  657.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  658.  "
  659. *End
  660.  
  661. *%  For 71 lpi / 600 dpi  ===============================
  662.  
  663. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  664. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  665. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  666. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  667. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  668.  
  669. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  670. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  671. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  672. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  673. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  674.  
  675. *% End of PPD file for Lexmark 4039 LaserPrinter plus
  676.